VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / ConvertDocument Methods / ConvertDocument(PdfDocumentConformance,EventHandler<ProgressEventArgs>) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    ConvertDocument(PdfDocumentConformance,EventHandler<ProgressEventArgs>) Method (PdfDocument)
    In This Topic
    Converts a PDF document to the conformance with the specified format.
    Syntax
    Exceptions
    ExceptionDescription
    Thrown if PDF document does not have the source.
    Thrown if documentConformance is Undefined.
    Thrown if conversion to documentConformance is unsupported now.
    Remarks

    The method supports only the following formats: PDF/A-1b, PDF/A-2b, PDF/A-3b, PDF/A-1a, PDF/A-2a, PDF/A-3a, PDF/A-2u, PDF/A-3u, PDF/A-4, PDF/A-4e, PDF/A-4f.

    PdfA1bConverter, PdfA2bConverter or PdfA3bConverter classes can be used if PDF document must be converted with custom settings (ICC profiles, compressions, etc).

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also